runtime.mSpanList.last (field)
12 uses
runtime (current package)
mheap.go#L1816: last *mspan // last span in list, or nil if none
mheap.go#L1822: list.last = nil
mheap.go#L1836: if list.last == span {
mheap.go#L1837: list.last = span.prev
mheap.go#L1862: list.last = span
mheap.go#L1873: span.prev = list.last
mheap.go#L1874: if list.last != nil {
mheap.go#L1876: list.last.next = span
mheap.go#L1881: list.last = span
mheap.go#L1902: other.last.next = list.first
mheap.go#L1903: list.first.prev = other.last
mheap.go#L1907: other.first, other.last = nil, nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)